func runtime.funcMaxSPDelta

5 uses

	runtime (current package)
		preempt.go#L352: 	total := funcMaxSPDelta(f)
		preempt.go#L354: 	total += funcMaxSPDelta(f)
		preempt.go#L356: 	total += funcMaxSPDelta(f)
		stack.go#L1156: 		max := uintptr(funcMaxSPDelta(f))
		symtab.go#L1220: func funcMaxSPDelta(f funcInfo) int32 {